From 0d46d0acbaa4f76eaa2b0a12acf813ad21b2e856 Mon Sep 17 00:00:00 2001 From: Bastian Germann Date: Mon, 9 Feb 2026 12:32:28 +0100 Subject: [PATCH] Drop non-resolvable imports Gbp-Pq: Name non-resolvable-imports --- tests/test_re_compatibility.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/test_re_compatibility.py b/tests/test_re_compatibility.py index 8909512..03ada00 100644 --- a/tests/test_re_compatibility.py +++ b/tests/test_re_compatibility.py @@ -4,12 +4,6 @@ import multiprocessing from weakref import proxy import pytest -from tests.utils import ( - assert_raises, - assert_typed_equal, - check_pattern_error, - check_template_error, -) # This file is a modified version of the tests from CPython's regex test suite, meant to provide # coverage for the built-in module's behavior. However, the intention is not to cover 100% of -- 2.30.2